This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Blog

27.02.2013

How to jump directly to a step

In a multistep form, you might want to allow the user to jump directly to a specific step. Normally, Formhandler blocks that due to security reasons. If you know what you are doing, you can force Formhandler to allow step jumping.

Category: Howto, Advanced

27.02.2013

How to hide unfilled form field values in templates

It is nice to remove lines in the sent emails if the fields weren't filled out in the form. Of course, Formhandler allows you to do that. Depending on the user input you can show/hide lines in emails or blocks in your form.

Category: Howto, Advanced

27.02.2013

How to fill your own markers via TypoScript

This How-To shows you how to add custom markers to your HTML template and how to fill them with TypoScript.

Category: Howto, Basic

27.02.2013

How to add tooltips to your form fields

Tooltips are useful to help the user filling out the form and they look nice. :-) Find out how to add the required code to your forms.

Category: Howto, Basic

27.02.2013

How to access Formhandler values

If you write user functions to generate html code for your form or use TypoScript to set Formhandler config depending on user input, you should have a look at this How-To to find out how to access the GET/POST values the right...

Category: Howto, Basic

26.02.2013

How to add your own components

Have you ever wondered how you can add your own Interceptors, Finishers or other components to Formhandler? Click to find out!

Category: Howto, Advanced

26.02.2013

How to set up a multistep form

Nobody wants to fill out long forms. Divide them into multiple steps and guide the user through.

Category: Howto, Basic